media queries css and logic

33

@media (min-width: 600px) and (max-width: 800px) {
  html { background: red; }
}

Comments

Submit
0 Comments